body {
    font-family: 'system-ui','Helvetica Neue',Helvetica,Arial,sans-serif;
}
li, p {
    color: #444;
    line-height: 25px;
}
.main {
    width: 85%;
    margin: auto;
    margin-top: 100px;
}
.blue{
    background-color: #5e27c9;
    color: #fff;
    margin: -30px;

}
.blue p {
    color: #fff;
}
.white {
    border: 1px solid red;
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}
.space{
    width: 85%;
    margin: auto;

}
.insurance{
    padding-top: 40px;
}
.input-element{
    font-size: 20px;
    width: 400px;
    height: 50px;
    border-radius: 8px;
    border: none;
    outline: none;
}
.input-element:focus {
    border: none;
    outline: none;
}
.insure{
    cursor: pointer;
    font-weight: bold;
    background-color: #1fad69;
    color: #fff;
    border-radius: 7px;
    border:none;
    padding: 15px;
    width: 150px;
}
.insure:hover {
    background-color: #2d9b4b;
  }
.or{
    text-align: center;
}
.quote {
    color: #fff;
    border-radius: 6px;
    background-color: #5e27c9;
    border: 2px solid #fff;
    padding: 5px 8px;
    cursor: pointer;
    margin-left: 50px;
}
.innerFlex {
    display: flex;
    border: 1px solid #fff;
    border-radius: 7px;
    align-items: center;
    line-height: 0.6;
    gap: 20px;
    box-sizing: border-box;
    padding-left: 15px;

}
.mainFlex{
    display: flex;
    justify-content: space-between;    
}
.pic1 {
    width: 400px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}
.middle {
    text-align: center;
    margin-top: 50px;
}

.middle>div>p{
    font-size: 15px;
    line-height: 25px;
}

.color1 {
    background-color: #f6f7fb;
}

.flex1 {
    display: flex;
    gap: 90px;
    padding: 100px;
}
.white1{
    background-color: #fff;
    border: none;
    border-radius: 8px;
    padding: 50px;
}
.buy{
    margin-top: 100px;
    padding-top: 70px;
}
.flex2{
    display: flex;
    gap: 20px;
}
.flex2 >div > h2 {
    text-align: center;
}
.flex2 >div > p {
    text-align: center;
}
.flex2 > div > img {
    width: 100px;
    margin-left: 130px;
    margin-top: 20px;
}
.flex3 {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.table th, .table td{
    padding: 15px;
    text-align: left;
    border : 1px solid #777;
}
.table th {
    background-color: lavender;
}
.table {
    border : 1px solid #777;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 8px;
}

.flex4 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding-top: 70px;
}
.flex4 > div > h2 {
   text-align: center;
}
.flex4 > div > p {
   text-align: center;
}
.flex4 >div > img {
    width: 125px;
    margin-left: 150px;
}

.flex5 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding-top: 70px;
    gap: 50px;
}

.doSmall {
    width: 90px;
    padding-left: 150px;
}
.left {
    padding-left: 130px;

}